Update version to alpha#156
Conversation
📝 WalkthroughWalkthroughPackage version bumped from 1.7.0 to 1.7.1-alpha across configuration files, with corresponding updates to distribution version and observe-native jar path references. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@gradle.properties`:
- Line 18: The ballerinaLangVersion property is set to a nightly snapshot
(ballerinaLangVersion) while the distribution entries in Ballerina.toml (in both
ballerina/ and build-config/resources/) declare the stable version; update
ballerinaLangVersion to match the stable distribution version "2201.13.2" or, if
you intend to build against the nightly, update the distribution fields in
Ballerina.toml to the same nightly identifier so all three places
(ballerinaLangVersion and the two distribution entries) are consistent before
publishing to Ballerina Central.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
ballerina/Ballerina.tomlballerina/Dependencies.tomlbuild-config/resources/Ballerina.tomlgradle.properties
Purpose
$subject
Examples
Checklist
Summary
This pull request updates the observe module versions from development/snapshot versions to alpha versions in preparation for release.
Changes
All changes are configuration and dependency version updates with no alterations to exported or public API declarations.